home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2010 Summer - Disc 1 / WN_Ete2010_CD1.iso / Onglet5 / Weezo / Weezo setup.exe / {code_appDir} / www / res / explorer / multimedia / upload.php < prev    next >
PHP Script  |  2010-05-19  |  1KB  |  32 lines

  1. <?php
  2. /**
  3.  * File upload window
  4.  *
  5.  * Display "wait" screen
  6.  *
  7.  * Upload a file to server, and check authorizations
  8.  *
  9.  * If no file is sent, display "wait" screen and call doSendFile script in opener window
  10.  * This script submit file send form, targeting current widows
  11.  * file reception is then detected.
  12.  *
  13.  * PHP version 5
  14.  *
  15.  * LICENSE: This source file is subject to version 3.0 of the PHP license
  16.  * that is available through the world-wide-web at the following URI:
  17.  * http://www.php.net/license/3_0.txt.  If you did not receive a copy of
  18.  * the PHP License and are unable to obtain it through the web, please
  19.  * send a note to license@php.net so we can mail you a copy immediately.
  20.  *
  21.  * @category   NA
  22.  * @package    NA
  23.  * @author     Nicolas Bruley / Peer 2 World <contact@weezo.net>
  24.  * @copyright  2005-2009 Nicolas Bruley / Peer 2 World
  25.  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
  26.  * @version    CVS: $Id:$
  27.  * @link       http://www.weezo.net
  28.  * @since      File available since Release 1.0.0
  29.  */
  30. require_once(INCLUDE_DIR.'uploadWindow.php');
  31. ?>
  32.